home *** CD-ROM | disk | FTP | other *** search
/ Aminet 12 / Aminet 12 (1996)(GTI - Schatztruhe)[!][Jun 1996].iso / Aminet / dev / lang / HeliOS4.lha / HeliOS_Installation next >
Encoding:
Text File  |  1996-03-30  |  4.6 KB  |  113 lines

  1.  
  2. ************************
  3. The HeliOS demo archives
  4. ************************
  5.  
  6. The HeliOS demo comes as four "lha" archive files which unpack to
  7. directories as follows:
  8.  
  9. "HeliOSLang1.lha"  unpacks to "HeliOS_Demo_Disk1"
  10. "HeliOSLang2.lha"  unpacks to "HeliOS_Demo_Disk2"
  11. "HeliOSLang3.lha"  unpacks to "HeliOS_Demo_Disk3"
  12. "HeliOSLang4.lha"  unpacks to "HeliOS_Demo_Disk4"
  13.  
  14. These four directories provide the contents of the four disks which
  15. normally constitute the full HeliOS distribution disk set.
  16.  
  17. You need all four archives for the full HeliOS system, which includes
  18. demo source code, many fully functional program examples, several
  19. detailed tutorials and extensive reference documentation.
  20.  
  21.  
  22. ******************************************************************
  23. Installation of HeliOS onto hard disk from the demo "lha" archives
  24. ******************************************************************
  25.  
  26. Installation of HeliOS onto hard disk is highly recommended if you
  27. wish to try all the demos and tutorials supplied, and is virtually
  28. essential for serious use of the software.
  29.  
  30. There are two methods by which you can install HeliOS onto hard disk:
  31.  
  32. 1. First transferring the contents of the archives onto floppy disks,
  33.    and then using the hard disk installer supplied on Disk 1.
  34.  
  35. 2. Manually transferring all files to hard disk and then setting up an
  36.    assign to "HeliOS:".
  37.  
  38. Note that you CAN indeed run HeliOS from floppy disk (even on a Workbench
  39. 1.2 A500 if you wish!) but this is not very easy or practical.  Ideally
  40. HeliOS requires access to all its support files, and comes already set up
  41. for easy access to all components of the HeliOS system installed in one
  42. directory with an assigned name of "HeliOS:".
  43.  
  44. Running from multiple floppies would be possible, but would require manual
  45. modification of various paths within the HeliOS configuration files.  If
  46. you choose to do this please refer first to the extensive documentation
  47. on installation and setup supplied within the demo archives.
  48.  
  49.  
  50. **********************************************************************
  51. Method 1 - Installation onto hard disk using intermediate floppy disks
  52. **********************************************************************
  53.  
  54. The HeliOS language is normally distributed on four floppy disks, with
  55. an automated hard disk installation program on the first disk.
  56.  
  57. In fact the HeliOS main Editor/Interpreter/Compiler can be run simply
  58. by executing a single executable file named "HeliOS_int" which is on
  59. the first disk of the set of four.  However, running this executable
  60. without all the support files is not recommended because all the help
  61. and source code files and paths will not be correctly established.
  62.  
  63. You can easily perform a full installation of HeliOS from the four
  64. archive files, listed above, which contain archived images of the four
  65. HeliOS distribution floppy disks.
  66.  
  67. You first need to format four floppy disks, and then copy the expanded
  68. contents of the archives onto the disks as follows:
  69.  
  70. Copy "HeliOS_Demo_Disk1" contents onto the first disk and name it "HeliOS"
  71. Copy "HeliOS_Demo_Disk2" contents onto the second disk and name it "HeliOS2"
  72. Copy "HeliOS_Demo_Disk3" contents onto the third disk and name it "HeliOS3"
  73. Copy "HeliOS_Demo_Disk4" contents onto the fourth disk and name it "HeliOS4"
  74.  
  75. Note:  1. The correct naming of the disks is important if you wish to use the
  76.           HeliOS HD Installer supplied.
  77.  
  78.        2. Copy the CONTENTS of the unarchived "Demo_Disk" directories to
  79.           the root directory of the floppies: do NOT copy the "Demo_Disk"
  80.           directories themselves.
  81.  
  82. Once you have rebuilt the four disks you can install HeliOS on your
  83. hard drive using the HD Installer and instructions on the first disk.
  84.  
  85.  
  86. ******************************
  87. Method 2 - Manual installation
  88. ******************************
  89.  
  90. This method is even easier than the first, and may be performed as
  91. follows:
  92.  
  93. 1. Create a directory called "HeliOS" on your hard disk.
  94.  
  95. 2. Create an ASSIGN to "HeliOS:" in your "User-startup" file, using
  96.    a line something like this:
  97.  
  98.    Assign HeliOS: MyHardDisk:HeliOS
  99.  
  100. 3. Extract all files and directories from the four archives listed above,
  101.    copying everything into the "HeliOS" directory on your hard disk and
  102.    preserving all file names, directory names, paths etc.
  103.  
  104. Note:  1. Copy the CONTENTS of the unarchived "Demo_Disk" directories to
  105.           the "HeliOS" directory you created on your hard disk: do NOT
  106.           copy the "Demo_Disk" directories themselves.
  107.  
  108. 4. Reboot your computer and start HeliOS by running the main executable
  109.    "HeliOS_int" from within the "HeliOS" directory on your hard drive.
  110.  
  111. ***************************************************************************
  112.  
  113.